home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 8
/
def.wseg.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-27
|
261b
|
13 lines
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
#ifndef NOWORM
/* worm structure */
struct wseg {
struct wseg *nseg;
xchar wx,wy;
Bitfield(wdispl,1);
};
#define newseg() (struct wseg *) alloc(sizeof(struct wseg))
#endif NOWORM